| Overload | Description |
|---|---|
| Remove(String) | Finds a command builder with the given name and if found removes it from this collection and returns true, otherwise the method does nothing and returns false. |
| Remove(T) | Removes the given command builder from the collection. |